sharlatan pushed a commit to branch python-team
in repository guix.
commit 1ce6ee556f0d2959db7e4ab4dbefa977af7e093a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Nov 6 22:03:36 2024 +0000
gnu: python-scrapy: Fix build.
* gnu/packages/python-web.scm (python-scrapy): Fix build.
[phases]{relax-requirements}: Remove redundant phase.
[native-inputs]: Add python-wheel.
Change-Id: Iecf49315b5e57023e6aa17bbe89f97f5f12111a4
---
gnu/packages/python-web.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 67a6b2438b..f31f09f913 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8956,11 +8956,6 @@ regular expressions.")
" and not ")))
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'relax-requirements
- (lambda _
- (substitute* "setup.py"
- ;; "defusedxml>=0.7.1"
- (("0.7.1") "0.6.0"))))
(add-before 'check 'prepare-test-environment
(lambda _
(setenv "HOME" "/tmp"))))))
@@ -8991,7 +8986,8 @@ regular expressions.")
python-pytest-xdist
python-sybil
python-testfixtures
- python-uvloop))
+ python-uvloop
+ python-wheel))
(home-page "https://scrapy.org")
(synopsis "High-level Web crawling and Web scraping framework")
(description "Scrapy is a fast high-level web crawling and web