File: add-setup-py.patch

package info (click to toggle)
python-portpicker 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 208 kB
  • sloc: python: 943; makefile: 21; sh: 7
file content (5 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (2)
1
2
3
4
5
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,2 @@
+from setuptools import setup; setup()
+