From dfb1e64d146cc5fd3ef71fb7aeec7243d926c770 Mon Sep 17 00:00:00 2001 From: mprahl Date: Jul 24 2019 15:29:57 +0000 Subject: Enable Python 2 builds after the merge from the master branch --- diff --git a/python-neomodel.spec b/python-neomodel.spec index 4a851a5..9585b1e 100644 --- a/python-neomodel.spec +++ b/python-neomodel.spec @@ -1,8 +1,8 @@ %global srcname neomodel %global sum A Python OGM for Neo4j %global desc A Python Object Graph Mapper (OGM) for the Neo4j graph database -# Disable Python 2 -%bcond_with python2 +# Enable Python 2 +%bcond_without python2 # Enable Python 3 %bcond_without python3