summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2023-10-22 19:19:09 (GMT)
committerJakub Bogusz2023-10-22 19:19:09 (GMT)
commit535ae67e90c96f0c6b0686676be3e511129467e4 (patch)
treebce7f853aa1bb61bb60d93fecf0e6cc63fc83181
parentb3825c09a0ec5567440872d2dbdc077e2c2b7aad (diff)
downloadpython-amqp-535ae67e90c96f0c6b0686676be3e511129467e4.zip
python-amqp-535ae67e90c96f0c6b0686676be3e511129467e4.tar.gz
- disable python3 hereHEADmaster
-rw-r--r--python-amqp.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-amqp.spec b/python-amqp.spec
index 016b348..f11bfb1 100644
--- a/python-amqp.spec
+++ b/python-amqp.spec
@@ -3,7 +3,7 @@
%bcond_without doc # Sphinx documentation
%bcond_without tests # unit tests
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module (built from python3-amqp.spec)
%define module amqp
%define pypi_name amqp