mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: morss: Switch to pyproject.
* gnu/packages/syndication.scm (morss): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I6f5cc25325e88cfaf567bbe40629d7ccfe4ac613 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
2be837138f
commit
8e5ef1883d
1 changed files with 2 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ a simple interface that makes it easy to organize and browse feeds.")
|
|||
(sha256
|
||||
(base32
|
||||
"1mvxxhzmraxjnw0vz60zkl4d8xp7lw0fs0z537zfhmj1lj9ap4cp"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
;; Tests are not available in the PyPI release and the Git release
|
||||
;; is lagging behind. Additionally, tests use the network.
|
||||
|
|
@ -442,6 +442,7 @@ a simple interface that makes it easy to organize and browse feeds.")
|
|||
;; in the python-beautifulsoup4 dependency.
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(delete 'sanity-check))))
|
||||
(native-inputs (list python-setuptools))
|
||||
(propagated-inputs (list python-beautifulsoup4 python-chardet
|
||||
python-dateutil python-lxml))
|
||||
(home-page "https://morss.it/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue