Author: Charles Plessy <plessy@debian.org>
Description: enables mmCIF support.
Forwarded: no
License: same as Biopython itself.
--- biopython-1.49.orig/setup.py
+++ biopython-1.49/setup.py
@@ -340,13 +340,12 @@
                'Bio/csupport.c'],
               include_dirs=["Bio"]
               ),
-#Commented out due to the build dependency on flex, see Bug 2619
-#   Extension('Bio.PDB.mmCIF.MMCIFlex',
-#              ['Bio/PDB/mmCIF/lex.yy.c',
-#               'Bio/PDB/mmCIF/MMCIFlexmodule.c'],
-#              include_dirs=["Bio"],
-#              libraries=["fl"]
-#              ),
+    Extension('Bio.PDB.mmCIF.MMCIFlex',
+              ['Bio/PDB/mmCIF/lex.yy.c',
+               'Bio/PDB/mmCIF/MMCIFlexmodule.c'],
+              include_dirs=["Bio"],
+              libraries=["fl"]
+              ),
     Extension('Bio.Nexus.cnexus',
               ['Bio/Nexus/cnexus.c']
               ),
