https://bugzilla.redhat.com/show_bug.cgi?id=2018825



--- Comment #5 from Ben Beasley <[email protected]> ---
Something like:

diff -Naur before/python-cro.spec after/python-cro.spec
--- before/python-cro.spec      2021-11-03 21:06:07.652400412 -0400
+++ after/python-cro.spec       2021-11-03 21:05:53.804215566 -0400
@@ -16,6 +16,15 @@

 # add LICENSE from upstream -- pypi version does not contain license text
 Source1:       
%{url}/raw/cb11d529acd929c488bb433f8bb87f5d1988d923/LICENSE.txt
+
+# Encode dependencies in setup.py, and add matplotlib
+# https://github.com/VictorPelaez/coral-reef-optimization-algorithm/pull/58
+#
+# This patch file touches requirements.txt, which is not included in the
+# PyPI source archive, so we use a modified version that omits the changes
+# to requirements.txt.
+Patch0:         58-pypi.patch
+Patch1:         %{url}/pull/59.patch

 BuildArch:      noarch

@@ -28,15 +37,6 @@

 %description -n python3-%{pypi_name} %_description

-# Encode dependencies in setup.py, and add matplotlib
-# https://github.com/VictorPelaez/coral-reef-optimization-algorithm/pull/58
-#
-# This patch file touches requirements.txt, which is not included in the
-# PyPI source archive, so we use a modified version that omits the changes
-# to requirements.txt.
-Patch0:         58-pypi.patch
-Patch1:         %{url}/pull/59.patch
-
 %prep
 %autosetup -p1 -n %{pypi_name}-%{version}


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2018825
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to