mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
* Switch the port from the repo-copied py-dj42-django* ports to the
original ones as they're using Django 4.2 now since 680c68fd4d
.
* An exception here is devel/py-dj42-graphene-django, which is renamed
to devel/py-graphene-django300 because NetBox has known problems with
newer versions of devel/py-graphene-django. Add an entry to MOVED for
it as well.
* Adjust www/py-{dj42-}-graphiql-debug-toolbar accordingly due to the
rename of devel/py-dj42-graphene-django as described above and to
avoid installation conflicts.
* Bump PORTREVISION where necessary due changed dependencies.
PR: 276319
10 lines
287 B
Python
10 lines
287 B
Python
--- setup.py.orig 2020-12-31 06:55:53 UTC
|
|
+++ setup.py
|
|
@@ -68,7 +68,6 @@ setup(
|
|
"promise>=2.1",
|
|
"text-unidecode",
|
|
],
|
|
- setup_requires=["pytest-runner"],
|
|
tests_require=tests_require,
|
|
rest_framework_require=rest_framework_require,
|
|
extras_require={
|