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
a44f67dd0474
Commit
729ee2bd
authored
Mar 17, 2017
by
Denis Laxalde
Browse files
[pkg] Depends on yams >= 0.45.0
parent
82f7d583e5a3
Changes
4
Hide whitespace changes
Inline
Side-by-side
cubicweb.spec
View file @
a44f67dd
...
...
@@ -25,7 +25,7 @@ Requires: %{python}-six >= 1.4.0
Requires: %{python}-logilab-common >= 1.4.0
Requires: %{python}-logilab-mtconverter >= 0.8.0
Requires: %{python}-rql >= 0.34.0
Requires: %{python}-yams >= 0.4
4
.0
Requires: %{python}-yams >= 0.4
5
.0
Requires: %{python}-logilab-database >= 1.15.0
Requires: %{python}-passlib => 1.7.0
Requires: %{python}-lxml
...
...
debian/control
View file @
a44f67dd
...
...
@@ -19,7 +19,7 @@ Build-Depends:
python-markdown,
python-tz,
python-rql (>= 0.34.0),
python-yams (>= 0.4
4
.0),
python-yams (>= 0.4
5
.0),
python-lxml,
python-setuptools,
python-pyramid,
...
...
@@ -43,7 +43,7 @@ Depends:
python-logilab-mtconverter (>= 0.8.0),
python-logilab-common (>= 1.4.0),
python-logilab-database (>= 1.15.0),
python-yams (>= 0.4
4
.0),
python-yams (>= 0.4
5
.0),
python-rql (>= 0.34.0),
python-unittest2 (>= 0.7.0),
python-lxml,
...
...
requirements/dev.txt
View file @
a44f67dd
pytest
http://hg.logilab.org/master/yams/archive/default.tar.bz2#egg=yams
setup.py
View file @
a44f67dd
...
...
@@ -196,7 +196,7 @@ setup(
'logilab-common >= 1.4.0'
,
'logilab-mtconverter >= 0.8.0'
,
'rql >= 0.34.0'
,
'yams >= 0.4
4
.0'
,
'yams >= 0.4
5
.0'
,
'lxml'
,
'logilab-database >= 1.15.0'
,
'passlib >= 1.7.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