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
open-source
logilab-mtconverter
Commits
0bc64a39f220
Commit
c82cda4a
authored
Oct 12, 2015
by
Rémi Cardona
Browse files
[pkg] Add missing dependencies
parent
83e463e6e07b
Changes
3
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
0bc64a39
...
...
@@ -33,7 +33,9 @@ author = "Sylvain Thenault"
author_email
=
"contact@logilab.fr"
install_requires
=
[
'setuptools'
,
'six >= 1.4.0'
,
'logilab-common'
,
'lxml'
,
'html2text'
,
]
debian/control
View file @
0bc64a39
...
...
@@ -7,6 +7,8 @@ Build-Depends:
debhelper (>= 9),
python (>= 2.6.5),
python3-all,
python-setuptools,
python3-setuptools,
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Standards-Version: 3.9.6
...
...
python-logilab-mtconverter.spec
View file @
0bc64a39
...
...
@@ -25,7 +25,13 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: %{python}
Requires: %{python}, %{python}-logilab-common >= 0.55.2
BuildRequires: %{python}-setuptools
Requires: %{python}
Requires: %{python}-setuptools
Requires: %{python}-six
Requires: %{python}-html2text
Requires: %{python}-logilab-common >= 0.55.2
Requires: %{python}-lxml
%description
...
...
Write
Preview
Supports
Markdown
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