Skip to content

Commit

Permalink
Remove plone.app.contenttypes de dependência.
Browse files Browse the repository at this point in the history
O pacote brasil.gov.temas não faz nenhuma referência ao
plone.app.contenttypes, essa dependência aqui não faz sentido.

Esse commit é necessário para prosseguirmos com

plonegovbr/brasil.gov.portal#240
  • Loading branch information
idgserpro committed Jul 5, 2017
1 parent fbba6e3 commit 91f95df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Histórico de Alterações
1.3 (unreleased)
^^^^^^^^^^^^^^^^

- Nothing changed yet.
- Remove plone.app.contenttypes de dependência.
[idgserpro]


1.2 (2016-11-07)
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setup(
name='brasil.gov.temas',
version=version,
description="Temas para o Portal PadrĂŁo do Governo Federal",
description="Temas para o Portal Padrão do Governo Federal",
long_description=long_description,
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down Expand Up @@ -47,7 +47,6 @@
'Products.CMFPlone >=4.3',
'setuptools',
'plone.app.themingplugins',
'plone.app.contenttypes<1.1a1',
],
extras_require={
'test': [
Expand Down

0 comments on commit 91f95df

Please sign in to comment.