summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2020-04-11 20:05:57 (GMT)
committerJakub Bogusz2020-04-11 20:05:57 (GMT)
commitfe5065d69c9d291ae341e5a023a6827b346543c9 (patch)
tree243434315f825ca8c87c9531be238f47bc9ba42f
parent8b32fd7652620314bbab66e15369071db63af233 (diff)
downloadpython-webcolors-fe5065d69c9d291ae341e5a023a6827b346543c9.zip
python-webcolors-fe5065d69c9d291ae341e5a023a6827b346543c9.tar.gz
- disable python3 here
-rw-r--r--python-webcolors.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/python-webcolors.spec b/python-webcolors.spec
index 1065dc7..e630cc7 100644
--- a/python-webcolors.spec
+++ b/python-webcolors.spec
@@ -1,7 +1,8 @@
+# NOTE: for versions >= 1.11 (for python 3.5+) see python3-webcolors.spec
#
# Conditional build:
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module (built from python3-webcolors.spec)
%bcond_without doc # Sphinx documentation
%bcond_without tests # unit tests
@@ -9,6 +10,7 @@
Summary: Library for working with sRGB color specifications as used in HTML and CSS
Summary(pl.UTF-8): Biblioteka do pracy z definicjami kolorów sRGB używanymi w formatach HTML i CSS
Name: python-%{module}
+# keep 1.10.x here for python2 support
Version: 1.10
Release: 2
License: BSD