summaryrefslogtreecommitdiff
path: root/sci-chemistry/chemex/files/chemex-2018.10.2-tests-package.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/chemex/files/chemex-2018.10.2-tests-package.patch')
-rw-r--r--sci-chemistry/chemex/files/chemex-2018.10.2-tests-package.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-chemistry/chemex/files/chemex-2018.10.2-tests-package.patch b/sci-chemistry/chemex/files/chemex-2018.10.2-tests-package.patch
new file mode 100644
index 000000000000..d743c969a925
--- /dev/null
+++ b/sci-chemistry/chemex/files/chemex-2018.10.2-tests-package.patch
@@ -0,0 +1,11 @@
+--- a/setup.py~ 2019-03-12 21:45:04.000000000 +0100
++++ b/setup.py 2020-06-07 11:36:28.052241913 +0200
+@@ -21,7 +21,7 @@
+ "Programming Language :: Python :: 3.7",
+ ],
+ keywords="nmr protein dynamics chemical exchange cpmg cest relaxation data fitting",
+- packages=find_packages(),
++ packages=find_packages(exclude=['tests']),
+ install_requires=[
+ "numpy>=1.0",
+ "scipy>=1.0",