Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
82f7d583e5a3
Commit
a20d5b40
authored
Mar 17, 2017
by
Denis Laxalde
Browse files
[pkg] Depends on logilab-common >= 1.4.0
parent
a96c770b2ef1
Changes
4
Hide whitespace changes
Inline
Side-by-side
cubicweb.spec
View file @
82f7d583
...
...
@@ -22,7 +22,7 @@ BuildArch: noarch
Requires: %{python}
Requires: %{python}-six >= 1.4.0
Requires: %{python}-logilab-common >= 1.
2.2
Requires: %{python}-logilab-common >= 1.
4.0
Requires: %{python}-logilab-mtconverter >= 0.8.0
Requires: %{python}-rql >= 0.34.0
Requires: %{python}-yams >= 0.44.0
...
...
debian/control
View file @
82f7d583
...
...
@@ -13,7 +13,7 @@ Build-Depends:
python-six (>= 1.4.0),
python-docutils,
python-sphinx,
python-logilab-common (>= 1.
2.2
),
python-logilab-common (>= 1.
4.0
),
python-unittest2 (>= 0.7.0),
python-logilab-mtconverter,
python-markdown,
...
...
@@ -41,7 +41,7 @@ Depends:
${python:Depends},
python-six (>= 1.4.0),
python-logilab-mtconverter (>= 0.8.0),
python-logilab-common (>= 1.
2.2
),
python-logilab-common (>= 1.
4.0
),
python-logilab-database (>= 1.15.0),
python-yams (>= 0.44.0),
python-rql (>= 0.34.0),
...
...
requirements/dev.txt
View file @
82f7d583
pytest
http://hg.logilab.org/master/logilab/common/archive/default.tar.bz2#egg=logilab-common
http://hg.logilab.org/master/yams/archive/default.tar.bz2#egg=yams
setup.py
View file @
82f7d583
...
...
@@ -193,7 +193,7 @@ setup(
data_files
=
data_files
,
install_requires
=
[
'six >= 1.4.0'
,
'logilab-common >= 1.
2.2
'
,
'logilab-common >= 1.
4.0
'
,
'logilab-mtconverter >= 0.8.0'
,
'rql >= 0.34.0'
,
'yams >= 0.44.0'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment