summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/yoda/yoda-1.6.4.patch
blob: 44b8ed06bca1e99aa0b72e2c632c0d27dae94334 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyext/setup.py.in.orig      2016-09-30 09:13:02.000000000 +0200
+++ pyext/setup.py.in   2016-09-30 09:13:21.000000000 +0200
@@ -34,7 +34,7 @@
 extns = [ext("util"),  ext("core", statics=static_files, depends=core_depends)]

 ## Enable building of ROOT extension if ROOT is present
-if os.environ.has_key("BUILD_ROOTCOMPAT"):
+if "BUILD_ROOTCOMPAT" in os.environ:
     try:
         # import ROOT
         # TODO: Need to test for and use root-config in configure