File: requirements.patch

package info (click to toggle)
python-pyepics 3.4.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,080 kB
  • sloc: python: 11,184; makefile: 106; javascript: 104; sh: 1
file content (10 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/setup.py
+++ b/setup.py
@@ -67,6 +67,7 @@
       license      = 'Epics Open License',
       description  = "Epics Channel Access for Python",
       long_description = long_desc,
+      install_requires = ['numpy', 'wx'],
       platforms    = ['Windows', 'Linux', 'Mac OS X'],
       classifiers  = ['Intended Audience :: Science/Research',
                       'Operating System :: OS Independent',