File: 0001-No-rebuild-of-regexes.yaml-during-Debian-builds.patch

package info (click to toggle)
python-ua-parser 0.16.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 212 kB
  • sloc: python: 852; makefile: 39; sh: 7
file content (21 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Edward Betts <edward@4angle.com>
Date: Mon, 24 Oct 2022 12:37:53 +0100
Subject: No rebuild of regexes.yaml during Debian builds

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index eb7f99e..be97a20 100644
--- a/setup.py
+++ b/setup.py
@@ -212,7 +212,7 @@ setup(
     include_package_data=True,
     setup_requires=["pyyaml"],
     install_requires=[],
-    cmdclass=cmdclass,
+    # cmdclass=cmdclass,
     classifiers=[
         "Development Status :: 4 - Beta",
         "Environment :: Web Environment",