c8bfa2db15
ports r549439 caused www/py-django-dpaste to fail to build: py37-django-dpaste-3.3.1_1 depends on package: py37-jsx-lexer=0.0.7 - not found This change backports an upstream commit [1] allowing js-lexer dependency to >=0.0.7 [1] https://github.com/bartTC/dpaste/commit/02a6812c80a7471cffd0e82b5093ac6e7a783bcd Reported by: pkg-fallout MFH: 2020Q3 (build fix, no functional change in quarterly)
17 lines
409 B
INI
17 lines
409 B
INI
From 02a6812c80a7471cffd0e82b5093ac6e7a783bcd Mon Sep 17 00:00:00 2001
|
|
From: Martin Mahner <martin@mahner.org>
|
|
Date: Wed, 8 Jan 2020 13:12:28 +0100
|
|
Subject: [PATCH] Dependency updates and cleanup.
|
|
|
|
--- setup.cfg.orig 2020-09-28 02:16:26 UTC
|
|
+++ setup.cfg
|
|
@@ -35,7 +35,7 @@ install_requires =
|
|
django-staticinline>=1.0
|
|
django-csp>=3.3
|
|
|
|
- jsx-lexer==0.0.7
|
|
+ jsx-lexer>=0.0.7
|
|
misaka>=2.1.0
|
|
docutils
|
|
|