[Git][reproducible-builds/trydiffoscope][master] 2 commits: Fix missing `requests` dependency.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Aug 15 16:51:50 UTC 2025
Chris Lamb pushed to branch master at Reproducible Builds / trydiffoscope
Commits:
7a50fd25 by John Sirois at 2025-08-15T16:51:48+00:00
Fix missing `requests` dependency.
- - - - -
d6e770eb by Chris Lamb at 2025-08-15T16:51:48+00:00
Merge branch 'packaging/fix' into 'master'
Fix missing `requests` dependency.
Closes #3
See merge request reproducible-builds/trydiffoscope!1
- - - - -
2 changed files:
- pyproject.toml
- setup.py
Changes:
=====================================
pyproject.toml
=====================================
@@ -1,3 +1,7 @@
+[build-system]
+requires = ["setuptools"]
+build-backend = "setuptools.build_meta"
+
[tool.black]
line-length = 79
py36 = true
=====================================
setup.py
=====================================
@@ -8,4 +8,5 @@ setup(
author="Chris Lamb",
author_email="lamby at debian.org",
scripts=('trydiffoscope',),
+ install_requires=("requests",)
)
View it on GitLab: https://salsa.debian.org/reproducible-builds/trydiffoscope/-/compare/1ff9bfe097c87b7927b1117155e717cac7820efb...d6e770eb21e8ba044b936eacf46c3f9f6541fb9e
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/trydiffoscope/-/compare/1ff9bfe097c87b7927b1117155e717cac7820efb...d6e770eb21e8ba044b936eacf46c3f9f6541fb9e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20250815/b1131eda/attachment.htm>
More information about the rb-commits
mailing list