mirror of https://github.com/silx-kit/pyFAI.git
synchronize deb 9 & 10
This commit is contained in:
parent
3a9959c2d7
commit
51c5c605e6
|
@ -9,6 +9,7 @@ Build-Depends: cython3,
|
|||
debhelper,
|
||||
dh-python,
|
||||
python3-all-dev,
|
||||
python3-setuptools,
|
||||
python3-fabio,
|
||||
python3-h5py,
|
||||
python3-silx,
|
||||
|
@ -21,7 +22,6 @@ Build-Depends: cython3,
|
|||
python3-sphinxcontrib.programoutput,
|
||||
python3-nbconvert,
|
||||
python3-nbsphinx,
|
||||
python3-setuptools,
|
||||
python3-pkg-resources,
|
||||
help2man,
|
||||
devscripts
|
||||
|
@ -65,7 +65,14 @@ Section: python
|
|||
Depends: ${misc:Depends},
|
||||
${python3:Depends},
|
||||
${shlibs:Depends},
|
||||
python3-fabio (>= 0.5),
|
||||
python3-pil,
|
||||
python3-matplotlib,
|
||||
python3-scipy,
|
||||
python3-silx (>=0.10)
|
||||
Recommends: python3-pyopencl,
|
||||
python3-h5py,
|
||||
python3-pyqt5|python3-pyside
|
||||
Description: Fast Azimuthal Integration scripts - Python3
|
||||
PyFAI is a Python library for azimuthal integration; it allows the conversion
|
||||
of diffraction images taken with 2D detectors like CCD cameras into X-Ray
|
||||
|
|
|
@ -9,8 +9,9 @@ Build-Depends: cython3,
|
|||
debhelper,
|
||||
dh-python,
|
||||
python3-all-dev,
|
||||
python-setuptools,
|
||||
python3-setuptools,
|
||||
python3-fabio,
|
||||
python3-h5py,
|
||||
python3-silx,
|
||||
python3-lxml,
|
||||
python3-matplotlib,
|
||||
|
@ -21,6 +22,7 @@ Build-Depends: cython3,
|
|||
python3-sphinxcontrib.programoutput,
|
||||
python3-nbconvert,
|
||||
python3-nbsphinx,
|
||||
python3-pkg-resources,
|
||||
help2man,
|
||||
devscripts
|
||||
Standards-Version: 3.9.6
|
||||
|
@ -34,8 +36,11 @@ Architecture: all
|
|||
Depends: ${misc:Depends},
|
||||
${python:Depends},
|
||||
${shlibs:Depends},
|
||||
python3-h5py,
|
||||
python3-pkg-resources,
|
||||
python3-pyfai (>= ${source:Version})
|
||||
python3-pyfai (>= ${source:Version}),
|
||||
python3-pyopencl,
|
||||
python3-pyqt5|python3-pyside
|
||||
Description: Fast Azimuthal Integration scripts
|
||||
PyFAI is a Python library for azimuthal integration; it allows the conversion
|
||||
of diffraction images taken with 2D detectors like CCD cameras into X-Ray
|
||||
|
@ -65,8 +70,8 @@ Depends: ${misc:Depends},
|
|||
python3-matplotlib,
|
||||
python3-scipy,
|
||||
python3-silx (>=0.10)
|
||||
python3-h5py
|
||||
Recommends: python3-pyopencl,
|
||||
python3-h5py,
|
||||
python3-pyqt5|python3-pyside
|
||||
Description: Fast Azimuthal Integration scripts - Python3
|
||||
PyFAI is a Python library for azimuthal integration; it allows the conversion
|
||||
|
|
Loading…
Reference in New Issue