Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
registration
Commits
ea5d18e574cd
Commit
80cbd300
authored
Jun 13, 2016
by
Yann Voté
Browse files
Add missing dependency on pycrypto
parent
400d35133b37
Changes
3
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
ea5d18e5
...
@@ -21,6 +21,7 @@ classifiers = [
...
@@ -21,6 +21,7 @@ classifiers = [
__depends__
=
{
'cubicweb'
:
'>= 3.19.0'
,
__depends__
=
{
'cubicweb'
:
'>= 3.19.0'
,
'Pillow'
:
None
,
'Pillow'
:
None
,
'pycrypto'
:
None
,
}
}
# packaging ###
# packaging ###
...
...
cubicweb-registration.spec
View file @
ea5d18e5
...
@@ -21,6 +21,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
...
@@ -21,6 +21,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: %{python} %{python}-setuptools
BuildRequires: %{python} %{python}-setuptools
Requires: cubicweb >= 3.19.0
Requires: cubicweb >= 3.19.0
Requires: python-crypto
%description
%description
This CubicWeb component provides a public registration feature (users
This CubicWeb component provides a public registration feature (users
...
...
debian/control
View file @
ea5d18e5
...
@@ -12,6 +12,7 @@ Architecture: all
...
@@ -12,6 +12,7 @@ Architecture: all
Depends:
Depends:
cubicweb-common (>= 3.19.0),
cubicweb-common (>= 3.19.0),
python-imaging,
python-imaging,
python-crypto,
${python:Depends},
${python:Depends},
${misc:Depends},
${misc:Depends},
Description: public registration component for the CubicWeb framework
Description: public registration component for the CubicWeb framework
...
...
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